home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / cwm10-1.zip / MANUAL.BAT < prev    next >
DOS Batch File  |  1995-04-20  |  4KB  |  109 lines

  1. echo off
  2. cls
  3. echo Crossword Mania! Manual Installer
  4. echo.
  5. echo Use this installer ONLY if you have tried to install the program with
  6. echo SETUP and failed.  You must have 5 MB of free hard drive space before 
  7. echo running this installer.  If you do not have the available space please 
  8. echo hit CTRL-C.  To install, type MANUAL followed by the drive letter (and
  9. echo a colon) of the drive to install the program on.  The program will be
  10. echo installed in the \CROSS directory.  For example, to install the program on
  11. echo drive C:, type:
  12. echo.
  13. echo MANUAL C:
  14. echo.
  15. echo All system files will be installed in the \WINDOWS\SYSTEM directory.
  16. echo If your system directory is NOT \WINDOWS\SYSTEM, then you need to edit
  17. echo this batch file appropriately.
  18. echo.
  19. echo Please hit CTRL-C to quit or any other key to continue.
  20. pause
  21. if "%1"=="" goto errormsg
  22. md %1\cross
  23. echo.
  24. echo Installing files to %1\CROSS
  25. echo.
  26. expand 08080001.pa_ %1\cross\08080001.pat
  27. expand 08080002.pa_ %1\cross\08080002.pat
  28. expand 09090001.pa_ %1\cross\09090001.pat
  29. expand 09090002.pa_ %1\cross\09090002.pat
  30. expand 10100001.pa_ %1\cross\10100001.pat
  31. expand 10100002.pa_ %1\cross\10100002.pat
  32. expand 10100003.pa_ %1\cross\10100003.pat
  33. expand 11110001.pa_ %1\cross\11110001.pat
  34. expand 11110002.pa_ %1\cross\11110002.pat
  35. expand 12120001.pa_ %1\cross\12120001.pat
  36. expand 12120002.pa_ %1\cross\12120002.pat
  37. expand 13130001.pa_ %1\cross\13130001.pat
  38. expand 13130002.pa_ %1\cross\13130002.pat
  39. expand 14140001.pa_ %1\cross\14140001.pat
  40. expand 15150001.pa_ %1\cross\15150001.pat
  41. expand 16160001.pa_ %1\cross\16160001.pat
  42. expand 17170001.pa_ %1\cross\17170001.pat
  43. expand 18180001.pa_ %1\cross\18180001.pat
  44. expand 19190001.pa_ %1\cross\19190001.pat
  45. expand 20200001.pa_ %1\cross\20200001.pat
  46. expand anibuton.vb_ %1\windows\system\anibuton.vbx
  47. expand builddon.wa_ %1\cross\builddon.wav
  48. expand cmdialog.vb_ %1\windows\system\cmdialog.vbx
  49. expand commdlg.dl_ %1\windows\system\commdlg.dll
  50. expand cross.hl_ %1\cross\cross.hlp
  51. expand cross.ex_ %1\cross\cross.exe
  52. expand cross.cf_ %1\cross\cross.cfg
  53. expand history.tx_ %1\cross\history.txt
  54. expand lowbeep.wa_ %1\cross\lowbeep.wav
  55. expand order.wr_ %1\cross\order.wri
  56. expand puzzledn.wa_ %1\cross\puzzledn.wav
  57. expand puzzles.cb_ %1\cross\puzzles.cbk
  58. copy readme.wri %1\cross
  59. expand statusb.vb_ %1\windows\system\statusb.vbx
  60. expand thankyou.wa_ %1\cross\thankyou.wav
  61. expand threed.vb_ %1\windows\system\threed.vbx
  62. expand toolbutt.vb_ %1\windows\system\toolbutt.vbx
  63. expand vbctl3d.vb_ %1\windows\system\vbctl3d.vbx
  64. expand vbrun300.dl_ %1\windows\system\vbrun300.dll
  65. expand vbstrapi.dl_ %1\windows\system\vbstrapi.dll
  66. expand welcome.wa_ %1\cross\welcome.wav
  67. expand wrongltr.wa_ %1\cross\wrongltr.wav
  68. expand wrongwrd.wa_ %1\cross\wrongwrd.wav
  69. echo.
  70. echo Please insert Disk #2
  71. echo If installing from a temporary directory on your hard drive, then press
  72. echo any key
  73. pause
  74. expand standard.dc_ %1\cross\standard.dct
  75. echo.
  76. echo Installation completed.
  77. echo.
  78. echo Crossword Mania! has been installed on your hard drive.
  79. echo.
  80. echo Please enter MS Windows and follow these instructions:
  81. echo.
  82. echo To run the program immediately, from the Program manager, select 'File',
  83. echo then 'Run'.  Specify %1\CROSS\CROSS as the file to run.  
  84. echo.
  85. echo To create a program group, select NEW from the FILE menu.   Select GROUP 
  86. echo ITEM and click on the OK button.  Type in CROSSWORD MANIA! for the 
  87. echo description and click on the OK button.  
  88. echo.
  89. echo With the Crossword Mania! group open select NEW from the FILE menu in
  90. echo program manager.   This time select PROGRAM ITEM and click on the OK
  91. echo button.  Click on the COMMAND LINE box and type %1\CROSS\CROSS.EXE then
  92. echo click on the OK button. 
  93. echo.
  94. echo You should now have an Crossword Mania! icon.   To run Crossword Mania!,
  95. echo double click on the crossword puzzle icon.
  96. echo.
  97. echo Hit any key to end program.
  98. pause
  99. goto end
  100.  
  101. :errormsg
  102. echo A drive letter must be specified to run this installation program.   
  103. echo Please use the following syntax.
  104. echo.
  105. echo MANUAL [drive letter:]
  106. echo.
  107. :end
  108.  
  109.